home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- end
-
- on exitFrame
- go(the frame)
- end
-
- on keyDown
- if (the key = the commandDown) and "." then
- doDefaultButton()
- end if
- end
-
- on doDefaultButton
- global gDefaultButton
- tell the stage
- closeMe()
- end tell
- btnName = member("Btn1").text
- tell the stage
- abort()
- return btnName
- end tell
- end
-